This script sets the status bar text when a button is pressed.
// Set the status bar to show a message function setMessage() { var msg="YOUR MESSAGE HERE" window.status = msg }